ComponentOne ASP.NET MVC Controls
OnClientRowEditEnding Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientRowEditEnding Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditEnding client event. Occurs when a row edit is ending, before the changes are committed or canceled.
Syntax
'Declaration
 
Public Overridable Function OnClientRowEditEnding( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientRowEditEnding( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members